home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / sh1_111.zip / MOVWNDOW.SH < prev    next >
Text File  |  1987-10-26  |  518b  |  32 lines

  1. cls
  2. echo !
  3. ╔═════════════════╗
  4. ║  window         ║
  5. ║    window       ║
  6. ║      window     ║
  7. ║        window   ║
  8. ╚═════════════════╝
  9.  
  10. !
  11. shx -scrs zzz.scr 1 1 20 6
  12. cls
  13. ZZZ=1
  14. repeat
  15.   echo 1234567890123456789012345678901234567890123456789012345678901234567890
  16.   compute ZZZ=%ZZZ+1
  17. until %ZZZ == 25
  18. shx -scrs ZZZ1.SCR
  19. X=1
  20. Y=1
  21. X1=20
  22. Y1=6
  23. repeat
  24.   shx -scrl ZZZ.SCR %X %Y %X1 %Y1
  25.   compute X=%X+1
  26.   compute Y=%Y+1
  27.   compute X1=%X1+1
  28.   compute Y1=%Y1+1
  29.   shx -scrl ZZZ1.SCR
  30. until %Y1 == 25
  31. cls
  32.